From: Karthigan Srinivasan Date: Thu, 31 Mar 2011 20:00:17 +0000 (-0500) Subject: Staging: winbond: wb35tx.c: Fixed coding style X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~14046^2~801 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=af12cc50c448086eac928ab7a322f3fe2bd220b5;p=linux-4.9.git Staging: winbond: wb35tx.c: Fixed coding style issue. Fixed coding style issue. Signed-off-by: Karthigan Srinivasan Acked-by: Pekka Enberg Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/winbond/wb35tx.c b/drivers/staging/winbond/wb35tx.c index 44fc3fe79b79..5df39d46cda4 100644 --- a/drivers/staging/winbond/wb35tx.c +++ b/drivers/staging/winbond/wb35tx.c @@ -291,7 +291,6 @@ void Wb35Tx_EP2VM_start(struct wbsoft_priv *adapter) if (atomic_inc_return(&pWb35Tx->TxResultCount) == 1) { pWb35Tx->EP2vm_state = VM_RUNNING; Wb35Tx_EP2VM(adapter); - } - else + } else atomic_dec(&pWb35Tx->TxResultCount); }